| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 5 |
| Ratio | 100 % |
| Changes | 0 | ||
| 1 | View Code Duplication | const DB = require('../../libraries/db') |
|
| 37 | edit: async function (data, where, notWhere = {}) { |
||
| 38 | let result = await ModelBase.execUpdate(table, data, where, notWhere) |
||
| 39 | |||
| 40 | return result |
||
| 41 | } |
||
| 42 | |||
| 44 |